Autogenerated HTML docs for v2.5.0-234-gefc8a 
diff --git a/git-tools.html b/git-tools.html index ac70724..657a746 100644 --- a/git-tools.html +++ b/git-tools.html 
@@ -4,7 +4,7 @@  <head>   <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />   <meta name="generator" content="AsciiDoc 8.6.9" />  -<title>A short Git tools survey</title>  +<title>Git Tools</title>   <style type="text/css">   /* Shared CSS for AsciiDoc xhtml11 and html5 backends */    @@ -733,199 +733,24 @@  </head>   <body class="article">   <div id="header">  -<h1>A short Git tools survey</h1>  +<h1>Git Tools</h1>   </div>   <div id="content">  -<div class="sect1">  -<h2 id="_introduction">Introduction</h2>  +<div id="preamble">   <div class="sectionbody">  -<div class="paragraph"><p>Apart from Git contrib/ area there are some others third-party tools  -you may want to look.</p></div>  -<div class="paragraph"><p>This document presents a brief summary of each tool and the corresponding  -link.</p></div>  -</div>  -</div>  -<div class="sect1">  -<h2 id="_alternative_augmentative_porcelains">Alternative/Augmentative Porcelains</h2>  -<div class="sectionbody">  -<div class="ulist"><ul>  -<li>  -<p>  -<strong>Cogito</strong> (<a href="http://www.kernel.org/pub/software/scm/cogito/">http://www.kernel.org/pub/software/scm/cogito/</a>)  -</p>  -<div class="literalblock">  -<div class="content">  -<pre><code>Cogito is a version control system layered on top of the Git tree history  -storage system. It aims at seamless user interface and ease of use,  -providing generally smoother user experience than the "raw" Core Git  -itself and indeed many other version control systems.</code></pre>  -</div></div>  -<div class="literalblock">  -<div class="content">  -<pre><code>Cogito is no longer maintained as most of its functionality  -is now in core Git.</code></pre>  -</div></div>  -</li>  -<li>  -<p>  -<strong>pg</strong> (<a href="http://www.spearce.org/category/projects/scm/pg/">http://www.spearce.org/category/projects/scm/pg/</a>)  -</p>  -<div class="literalblock">  -<div class="content">  -<pre><code>pg is a shell script wrapper around Git to help the user manage a set of  -patches to files. pg is somewhat like quilt or StGit, but it does have a  -slightly different feature set.</code></pre>  -</div></div>  -</li>  -<li>  -<p>  -<strong>StGit</strong> (<a href="http://www.procode.org/stgit/">http://www.procode.org/stgit/</a>)  -</p>  -<div class="literalblock">  -<div class="content">  -<pre><code>Stacked Git provides a quilt-like patch management functionality in the  -Git environment. You can easily manage your patches in the scope of Git  -until they get merged upstream.</code></pre>  -</div></div>  -</li>  -</ul></div>  -</div>  -</div>  -<div class="sect1">  -<h2 id="_history_viewers">History Viewers</h2>  -<div class="sectionbody">  -<div class="ulist"><ul>  -<li>  -<p>  -<strong>gitk</strong> (shipped with git-core)  -</p>  -<div class="literalblock">  -<div class="content">  -<pre><code>gitk is a simple Tk GUI for browsing history of Git repositories easily.</code></pre>  -</div></div>  -</li>  -<li>  -<p>  -<strong>gitview</strong> (contrib/)  -</p>  -<div class="literalblock">  -<div class="content">  -<pre><code>gitview is a GTK based repository browser for Git</code></pre>  -</div></div>  -</li>  -<li>  -<p>  -<strong>gitweb</strong> (shipped with git-core)  -</p>  -<div class="literalblock">  -<div class="content">  -<pre><code>Gitweb provides full-fledged web interface for Git repositories.</code></pre>  -</div></div>  -</li>  -<li>  -<p>  -<strong>qgit</strong> (<a href="http://digilander.libero.it/mcostalba/">http://digilander.libero.it/mcostalba/</a>)  -</p>  -<div class="literalblock">  -<div class="content">  -<pre><code>QGit is a git/StGit GUI viewer built on Qt/C++. QGit could be used  -to browse history and directory tree, view annotated files, commit  -changes cherry picking single files or applying patches.  -Currently it is the fastest and most feature rich among the Git  -viewers and commit tools.</code></pre>  -</div></div>  -</li>  -<li>  -<p>  -<strong>tig</strong> (<a href="http://jonas.nitro.dk/tig/">http://jonas.nitro.dk/tig/</a>)  -</p>  -<div class="literalblock">  -<div class="content">  -<pre><code>tig by Jonas Fonseca is a simple Git repository browser  -written using ncurses. Basically, it just acts as a front-end  -for git-log and git-show/git-diff. Additionally, you can also  -use it as a pager for Git commands.</code></pre>  -</div></div>  -</li>  -</ul></div>  -</div>  -</div>  -<div class="sect1">  -<h2 id="_foreign_scm_interface">Foreign SCM interface</h2>  -<div class="sectionbody">  -<div class="ulist"><ul>  -<li>  -<p>  -<strong>git-svn</strong> (shipped with git-core)  -</p>  -<div class="literalblock">  -<div class="content">  -<pre><code>git-svn is a simple conduit for changesets between a single Subversion  -branch and Git.</code></pre>  -</div></div>  -</li>  -<li>  -<p>  -<strong>quilt2git / git2quilt</strong> (<a href="http://home-tj.org/wiki/index.php/Misc">http://home-tj.org/wiki/index.php/Misc</a>)  -</p>  -<div class="literalblock">  -<div class="content">  -<pre><code>These utilities convert patch series in a quilt repository and commit  -series in Git back and forth.</code></pre>  -</div></div>  -</li>  -<li>  -<p>  -<strong>hg-to-git</strong> (contrib/)  -</p>  -<div class="literalblock">  -<div class="content">  -<pre><code>hg-to-git converts a Mercurial repository into a Git one, and  -preserves the full branch history in the process. hg-to-git can  -also be used in an incremental way to keep the Git repository  -in sync with the master Mercurial repository.</code></pre>  -</div></div>  -</li>  -</ul></div>  -</div>  -</div>  -<div class="sect1">  -<h2 id="_others">Others</h2>  -<div class="sectionbody">  -<div class="ulist"><ul>  -<li>  -<p>  -<strong>(h)gct</strong> (<a href="http://www.cyd.liu.se/users/~freku045/gct/">http://www.cyd.liu.se/users/~freku045/gct/</a>)  -</p>  -<div class="literalblock">  -<div class="content">  -<pre><code>Commit Tool or (h)gct is a GUI enabled commit tool for Git and  -Mercurial (hg). It allows the user to view diffs, select which files  -to committed (or ignored / reverted) write commit messages and  -perform the commit itself.</code></pre>  -</div></div>  -</li>  -<li>  -<p>  -<strong>git.el</strong> (contrib/)  -</p>  -<div class="literalblock">  -<div class="content">  -<pre><code>This is an Emacs interface for Git. The user interface is modelled on  -pcl-cvs. It has been developed on Emacs 21 and will probably need some  -tweaking to work on XEmacs.</code></pre>  -</div></div>  -</li>  -</ul></div>  -<div class="paragraph"><p><a href="http://git.or.cz/gitwiki/InterfacesFrontendsAndTools">http://git.or.cz/gitwiki/InterfacesFrontendsAndTools</a> has more  -comprehensive list.</p></div>  +<div class="paragraph"><p>When Git was young, people looking for third-party Git-related tools came  +to the Git project itself to find them, thus a list of such tools was  +maintained here. These days, however, search engines fill that role much  +more efficiently, so this manually-maintained list has been retired.</p></div>  +<div class="paragraph"><p>See also the <code>contrib/</code> area, and the Git wiki:  +<a href="http://git.or.cz/gitwiki/InterfacesFrontendsAndTools">http://git.or.cz/gitwiki/InterfacesFrontendsAndTools</a></p></div>   </div>   </div>   </div>   <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2013-08-20 08:40:27 PDT  +Last updated 2015-08-03 12:41:59 PDT   </div>   </div>   </body>